From 9e18de41f2eb7c39039ee5edf8ea1a8a0890fb7e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 8 Jul 2025 11:35:51 +0000 Subject: [PATCH] libretro.beetle-saturn: 0-unstable-2025-06-22 -> 0-unstable-2025-07-01 --- .../applications/emulators/libretro/cores/beetle-saturn.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/beetle-saturn.nix b/pkgs/applications/emulators/libretro/cores/beetle-saturn.nix index d24598086008..8c63c7922519 100644 --- a/pkgs/applications/emulators/libretro/cores/beetle-saturn.nix +++ b/pkgs/applications/emulators/libretro/cores/beetle-saturn.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mednafen-saturn"; - version = "0-unstable-2025-06-22"; + version = "0-unstable-2025-07-01"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-saturn-libretro"; - rev = "e6c4275f1bc93163a35db30cbd5399c046cf112d"; - hash = "sha256-CnjBf/dWkbzwhvsnmYAJFC254mQ7+QkcLu4GavZhg5s="; + rev = "ccba5265f60f8e64a1984c9d14d383606193ea6a"; + hash = "sha256-Ixjduv67sPJmf0BH8GaJyyTdpDV/e1UCWCeOb7vLggo="; }; makefile = "Makefile";