From 0bf110337a4eb60aab60f6cd9e3c0d95b17f61c1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 16 May 2025 22:01:07 +0000 Subject: [PATCH] libretro.beetle-lynx: 0-unstable-2024-10-21 -> 0-unstable-2025-05-10 --- pkgs/applications/emulators/libretro/cores/beetle-lynx.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/beetle-lynx.nix b/pkgs/applications/emulators/libretro/cores/beetle-lynx.nix index dcc3a00d1d2a..6ef4d3d666b1 100644 --- a/pkgs/applications/emulators/libretro/cores/beetle-lynx.nix +++ b/pkgs/applications/emulators/libretro/cores/beetle-lynx.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mednafen-lynx"; - version = "0-unstable-2024-10-21"; + version = "0-unstable-2025-05-10"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-lynx-libretro"; - rev = "7fead71b49e0f08be5c4d4224fea73c6174763bf"; - hash = "sha256-fYBx/bjbhRXoVIGnEg4/oMVm705ivL1os+FfVQLRSyI="; + rev = "efd1797c7aa5a83c354507b1b61ac24222ebaa58"; + hash = "sha256-K+VZYqNl3G1eE7dSlfmZFCoS5bKIyGSNNu2i737bKnM="; }; makefile = "Makefile";