From b08c07c4fbf99907a8ac44a9eca632875809fd3b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 10 May 2025 14:01:08 +0000 Subject: [PATCH] libretro.puae: 0-unstable-2025-04-22 -> 0-unstable-2025-05-10 --- 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 a622395fa399..c38ebe25e960 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-22"; + version = "0-unstable-2025-05-10"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-uae"; - rev = "7dd724eaa48f05f02d9d2f1bfa131c34b6ab5351"; - hash = "sha256-i046+gZa8u/nmGGlF/uA2Lz5VZJTgwXz9aK2C/2l470="; + rev = "d3c925ef4fadee6c25bcef20d1f165141ba18ac3"; + hash = "sha256-Wo58+4XSxEVtlKsHmW90Qhm+kdUHmDvN3d2gASNiIrw="; }; makefile = "Makefile";