From a4856a83267f02d8a9e02e3b934184b15673e1d7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 11 Jul 2025 22:33:54 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2025-06-27 -> 0-unstable-2025-07-11 --- 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 bbe1e7b3a115..087c4bde3baa 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-06-27"; + version = "0-unstable-2025-07-11"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "3f79b6baed2eebbf133b950197c418de06f28916"; - hash = "sha256-C4Q9jTS5UcnwiP7i+Ka4CH2S+dXLbm2vwS93955/RoY="; + rev = "48c58dbd18501fae92e641b6ee6ca5ca9de0d5c3"; + hash = "sha256-AlvNh+tDY7FEqUm5zgm7072Z1zIXn54tvLGzLbTjLXo="; fetchSubmodules = true; };