From 2c773498684810e8b884b66d375bbb238fe25cd6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 2 Jun 2025 09:50:17 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2025-05-22 -> 0-unstable-2025-06-01 --- 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 9c123e21ef8b..f5ad35c6edce 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-05-22"; + version = "0-unstable-2025-06-01"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "1953eb0eea10f6ddc780bea743ad74c57983b554"; - hash = "sha256-Y0QmDzML8bSQi1DxFErBptSB31TrXmFGVoTYnd3Ppr0="; + rev = "d9ec0cb3ab0ce383f24f86d023e1889b7f37c5c7"; + hash = "sha256-MwXq+qhba+PNS1e2LS3CduWcdO3Tm0OS8ny1Gq3Zo5s="; fetchSubmodules = true; };