From 772172869d6ea3724b00cfe2772337a3e748aa4c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 21 May 2025 08:27:39 +0000 Subject: [PATCH] libretro.puae: 0-unstable-2025-05-10 -> 0-unstable-2025-05-14 --- 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 c38ebe25e960..470a02bbd0cc 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-05-10"; + version = "0-unstable-2025-05-14"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-uae"; - rev = "d3c925ef4fadee6c25bcef20d1f165141ba18ac3"; - hash = "sha256-Wo58+4XSxEVtlKsHmW90Qhm+kdUHmDvN3d2gASNiIrw="; + rev = "fad7beb42c90a1a04829d465bed951a69cd36f8b"; + hash = "sha256-pO45/IvgT2q5k0sBhSNZ6srJx4h2lYSjG/mKFJesGbc="; }; makefile = "Makefile";