From 514ee9e40f4dcfa373dc94178a913fcbea7a1f6a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 25 Apr 2025 10:47:09 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2025-04-15 -> 0-unstable-2025-04-24 --- pkgs/applications/emulators/libretro/cores/flycast.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/flycast.nix b/pkgs/applications/emulators/libretro/cores/flycast.nix index 24cd24aa79f4..5ae73f45af73 100644 --- a/pkgs/applications/emulators/libretro/cores/flycast.nix +++ b/pkgs/applications/emulators/libretro/cores/flycast.nix @@ -8,13 +8,13 @@ }: mkLibretroCore { core = "flycast"; - version = "0-unstable-2025-04-15"; + version = "0-unstable-2025-04-24"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "25a882341d5ebbf8124ddd2a7421592678dfac2e"; - hash = "sha256-N/7JZbEzYaOAoUShkmQd1G61ke1U3OSeFMXS0lqftYU="; + rev = "b04f0eb530c09f4b2a7402bd7f3b82e5daa4d173"; + hash = "sha256-JCQEMfQDvnhUcSNiaVwDXAQmkFhgtwtW5XjAD/CBYjo="; fetchSubmodules = true; };