From ca51a85c064c49901c2bf56a91fd2dd870974716 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 26 May 2026 15:10:09 +0000 Subject: [PATCH] libretro.puae: 0-unstable-2026-05-18 -> 0-unstable-2026-05-21 --- pkgs/applications/emulators/libretro/cores/puae.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/puae.nix b/pkgs/applications/emulators/libretro/cores/puae.nix index 88617aa02e56..f89170fc4be5 100644 --- a/pkgs/applications/emulators/libretro/cores/puae.nix +++ b/pkgs/applications/emulators/libretro/cores/puae.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "puae"; - version = "0-unstable-2026-05-18"; + version = "0-unstable-2026-05-21"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-uae"; - rev = "6fbf272e342387281484ae84f690fa129f0ab86e"; - hash = "sha256-JwFIQfWaorQmDxYgHvpq/CEFMc0LVAsX6TyiGN6FhZA="; + rev = "9fda5f344470d6837e17b939b0f53e5afe938878"; + hash = "sha256-gGuYxGRRGyBbHiyG7Gpoi2/frEI5d+ySo8JdZStznN8="; }; makefile = "Makefile";