From d64be4648c71301b65bce796faa00137c556b951 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 3 Aug 2026 22:15:13 +0000 Subject: [PATCH] libretro.thepowdertoy: 0-unstable-2026-04-20 -> 0-unstable-2026-07-25 --- 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 bbae8f0394d2..325c1646e90c 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-2026-04-20"; + version = "0-unstable-2026-07-25"; src = fetchFromGitHub { owner = "libretro"; repo = "ThePowderToy"; - rev = "dcb5e41f1f9800192ea07ea43459413c5a065d9f"; - hash = "sha256-FDotG/ngmrxgyN7YQ8SK/ZQHKWkwZ5hhg0qsNNXmaNc="; + rev = "bb2d9f6623d2ccf25a0021045af9591c8a0bbaff"; + hash = "sha256-iYGIDpum2x3sE8dBsZQOVv70C20Ras2CTlam0AldeLM="; }; extraNativeBuildInputs = [ cmake ];