From 893d565f1d0d1681cd1ca97c77376acb35d355d3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 2 Feb 2026 18:32:21 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2026-01-19 -> 0-unstable-2026-01-28 --- 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 f21fe82b67ff..602bf7f817f1 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-19"; + version = "0-unstable-2026-01-28"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "f86e195017fb1595c2622bca3c95e88198194784"; - hash = "sha256-Cd3vFpB66Bymv/Zjzd4XO3qJn5vaSnkWV1i5IxtaXXc="; + rev = "21eb24f86d785b1c631161f03057b22c160182c0"; + hash = "sha256-gGjSbkhy6ykEin8Bci6xHNII2MdEzLcUPr/dU6IwlIw="; fetchSubmodules = true; };