From d048c0dc2df9a83deaa12de283005fa898e1e10b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 3 Mar 2026 22:32:34 +0000 Subject: [PATCH] libretro.puae: 0-unstable-2025-11-02 -> 0-unstable-2026-02-27 --- 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 62c9a4f8b0d7..897b0132acbf 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-11-02"; + version = "0-unstable-2026-02-27"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-uae"; - rev = "0043cf9c061bd9b81dbc1869c2761017139cfc63"; - hash = "sha256-xi/7zT+4LNfSMwfA+rvxdvsgpQRHceK6Heqrcy84RVk="; + rev = "bea8c084beaf576f54dc1be42d715d424265cda2"; + hash = "sha256-CU/BVXys7VBra4qaMBjTgKQP1hke7+wqJ2RMYUXIXlo="; }; makefile = "Makefile";