From db53cce5998d5de4e17fac7b2a462de33f6832bb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 20 Feb 2025 07:23:44 +0000 Subject: [PATCH] libretro.puae: 0-unstable-2025-01-24 -> 0-unstable-2025-02-20 --- 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 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";