From 1abfa4cc885faa2b54b2419a43700e2f7b85967c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 20 Sep 2025 14:08:03 +0000 Subject: [PATCH] libretro.thepowdertoy: 0-unstable-2024-09-30 -> 0-unstable-2025-09-16 --- pkgs/applications/emulators/libretro/cores/thepowdertoy.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/thepowdertoy.nix b/pkgs/applications/emulators/libretro/cores/thepowdertoy.nix index 791877778ebb..a5df2346dbd7 100644 --- a/pkgs/applications/emulators/libretro/cores/thepowdertoy.nix +++ b/pkgs/applications/emulators/libretro/cores/thepowdertoy.nix @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "thepowdertoy"; - version = "0-unstable-2024-09-30"; + version = "0-unstable-2025-09-16"; src = fetchFromGitHub { owner = "libretro"; repo = "ThePowderToy"; - rev = "5d9c749780063b87bd62ddb025dee4241f196f26"; - hash = "sha256-BYeQ2WZgyvjDH5+akrVP5TlLq6Go3NKXB7zeR9oaaJ8="; + rev = "cb3cd4c2e5beddb98b34e6b800fa24e8f96322d9"; + hash = "sha256-k3XWkkSuQC3IBhhI96qkTrlGH/oJu941HaAvR28V5i0="; }; extraNativeBuildInputs = [ cmake ];