From 77db71b32d3b586c8a117d8f62332abea315ba79 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Jun 2025 22:20:13 +0000 Subject: [PATCH] libretro.puae: 0-unstable-2025-05-24 -> 0-unstable-2025-06-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 d40f824f5017..e8d1f4bec8dd 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-24"; + version = "0-unstable-2025-06-14"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-uae"; - rev = "f1c248602abb58e7c570feec3f59f4677407b252"; - hash = "sha256-CmdMeAntu+uFp1HowBz3UgMiqFbRrNuMyevTlKxga/M="; + rev = "3eece7a5447fde5ddf12be11bb5cb421d8fd8f97"; + hash = "sha256-NpCbeHcziBMw5IQ/8hD9cYq9zIAMd4H0OCpK8TydieA="; }; makefile = "Makefile";