From 097a3436106b6fb2da440a73a46b8e0eb157f3cf Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 1 Jun 2025 02:05:50 +0000 Subject: [PATCH] libretro.puae: 0-unstable-2025-05-14 -> 0-unstable-2025-05-24 --- 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 470a02bbd0cc..d40f824f5017 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-14"; + version = "0-unstable-2025-05-24"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-uae"; - rev = "fad7beb42c90a1a04829d465bed951a69cd36f8b"; - hash = "sha256-pO45/IvgT2q5k0sBhSNZ6srJx4h2lYSjG/mKFJesGbc="; + rev = "f1c248602abb58e7c570feec3f59f4677407b252"; + hash = "sha256-CmdMeAntu+uFp1HowBz3UgMiqFbRrNuMyevTlKxga/M="; }; makefile = "Makefile";