From 680221b320435db08dac77d30faea616501eb129 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 26 Apr 2025 22:09:43 +0000 Subject: [PATCH] libretro.puae: 0-unstable-2025-04-15 -> 0-unstable-2025-04-22 --- 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 1d1b91d8dabf..a622395fa399 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-04-15"; + version = "0-unstable-2025-04-22"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-uae"; - rev = "0faf39cfd84e114d985e020562e75c22b4bc1569"; - hash = "sha256-eJnCHei0/SdJD33SGsRgUL1+IapcvX/FcxHDlYmkob0="; + rev = "7dd724eaa48f05f02d9d2f1bfa131c34b6ab5351"; + hash = "sha256-i046+gZa8u/nmGGlF/uA2Lz5VZJTgwXz9aK2C/2l470="; }; makefile = "Makefile";