diff --git a/pkgs/applications/emulators/libretro/cores/puae.nix b/pkgs/applications/emulators/libretro/cores/puae.nix index 897b0132acbf..624eb2e4f453 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-02-27"; + version = "0-unstable-2026-03-24"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-uae"; - rev = "bea8c084beaf576f54dc1be42d715d424265cda2"; - hash = "sha256-CU/BVXys7VBra4qaMBjTgKQP1hke7+wqJ2RMYUXIXlo="; + rev = "b26def5c5ab9ea35019a42b950e014a22907ea13"; + hash = "sha256-DoNYpEqlrWueh/rwB4pkPYPdkSi+EVxP5T6BPgqv1nU="; }; makefile = "Makefile";