diff --git a/pkgs/applications/emulators/libretro/cores/puae.nix b/pkgs/applications/emulators/libretro/cores/puae.nix index 6512b5bd64ee..87bc2ff2f55e 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-2025-01-24"; + version = "0-unstable-2025-02-20"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-uae"; - rev = "9b05ecda81e14c0c5b2c5f6af8a65d034afd54a1"; - hash = "sha256-jBY+Xn9aR/lTyxFZlydWJA5+bpkaCcyCAiYG3fcmGmc="; + rev = "12972a7da5aeb849ba7234dff342625d23617eaf"; + hash = "sha256-/w1Rbw0eStWyoR+UDD7a298vVAa0vb67qUPfiqhfm/k="; }; makefile = "Makefile";