Unverified Commit fd1cc4f2 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.fbneo: 0-unstable-2025-09-30 -> 0-unstable-2025-11-02 (#455117)

parents cd8e4d27 505b7741
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "fbneo";
  version = "0-unstable-2025-09-30";
  version = "0-unstable-2025-11-02";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "fbneo";
    rev = "9726100ba22a558290860a2648e1e6a8b8719478";
    hash = "sha256-mhXuHPwXtvuA8ltaLF3uOsBwLE0evJ2RiCrNX5hnRXM=";
    rev = "442a0e901c3d7d60c94f21caf46c0535233086f6";
    hash = "sha256-ewwF7btf5EEBmGzAVuH4LavrDpmVzEBD/BE1/T/p6bM=";
  };

  makefile = "Makefile";