ESP32-C6 super mini which board to select on IDE 1.8.191

Hello everybody
I recently purchased a new ESP32-C6 super mini board.

after compiling a sketch uploading to the processor does not work because the IDE claims a wrong selected board. The error message is just " A fatal error occurred: This chip is ESP32-C6 not ESP32-C3. Wrong chip argument". I am using the IDE 1.8.19 version.
Obviously the IDE detects the right board but ESP32-C6 is not on the list. I tried ESP32-C3 and S3 but no success. Does somebody can give me a hint which board I have to select or do I need to update the IDE ?

ESP32C6 Dev Module

If you don't have that, you need to update Esp32-core.

@kmin thanks for this hint, I updated the ESP-core and then could select the C6 variant.
The only thing now is that the compiler does not compile code from Bodmer´s TFT_eSPI library. Looks like the ESP32-C6 board is not considered in the library but this is another topic.
For now my problem is solved, many thanks

You are welcome!

Updating the IDE has no effect on that.

If you posted the code we could look at the errors and might have a solution.

the sketch was Bodmer´s example from the library

That's no help, the rule is to post all code in code tags, see the pinned post.

Which one

I will open another topic for this problem, for now I tried the Adafruit library and this one works
thanks anyway