From 1852a58f277a1358227fc30cfa51bc0a088983eb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 9 Feb 2026 20:59:39 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2026-01-28 -> 0-unstable-2026-02-06 --- 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 602bf7f817f1..555fcc798db2 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-2026-01-28"; + version = "0-unstable-2026-02-06"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "21eb24f86d785b1c631161f03057b22c160182c0"; - hash = "sha256-gGjSbkhy6ykEin8Bci6xHNII2MdEzLcUPr/dU6IwlIw="; + rev = "c577e29f43edc5a86c6ed4edca46706000d214b2"; + hash = "sha256-nHMtXwtrgxoN/tuY1d+DqZAJFag8vmHAP/9tS2j3ErU="; fetchSubmodules = true; };