From c0a221be37b1bda6b3131db309f6f15e74a78e06 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 26 Jul 2025 22:29:30 +0000 Subject: [PATCH] libretro.puae: 0-unstable-2025-07-10 -> 0-unstable-2025-07-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 e24b389d1c35..e8981db6296f 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-07-10"; + version = "0-unstable-2025-07-20"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-uae"; - rev = "c59492b07f7c586064692110e8138c83ed8bc7c7"; - hash = "sha256-ijcajte446DSjD2vJ7PNdD6Zr9Wj39kEw844g1VARJw="; + rev = "3fc66ee4b562910a17e2e2f3bad74572a8bcc134"; + hash = "sha256-rCdrM4511Q0OFwCsHZpYtg/4J1A4hwDc5WjwY0HDj8k="; }; makefile = "Makefile";